Code Promo : HEBSERV20 Obtenez 20% de réduction jusqu'au 28 février 2025.
fivem

Advanced Markdown Formatting Guide

March 17, 2025
John Smith
Advanced Markdown Formatting Guide

Advanced Markdown Formatting Guide

Welcome to our advanced Markdown formatting guide. This article demonstrates all the rich formatting options available in our blog system.

Basic Text Formatting

You can format text in various ways:

  • Bold text for emphasis
  • Italic text for slight emphasis
  • Strikethrough text for deleted content
  • inline code for code snippets

You can create normal links or style them as buttons:

Button-styled Link

Headings

Third Level Heading

Fourth Level Heading

Fifth Level Heading

Blockquotes

This is a blockquote. It’s ideal for highlighting important information or quotes from other sources.

You can have multiple paragraphs in a blockquote.

Lists

Unordered Lists

  • Item 1
  • Item 2
    • Nested item 2.1
    • Nested item 2.2
  • Item 3

Ordered Lists

  1. First item
  2. Second item
    1. Nested item 2.1
    2. Nested item 2.2
  3. Third item

Code Blocks

example.js
// This is a JavaScript code block
function greet(name) {
  console.log(`Hello, ${name}!`);
  return `Hello, ${name}!`;
}

// Function call
greet('World');

Tables

NameAgeProfession
John32Software Engineer
Sophie28Data Scientist
Michael45Project Manager

Images with Captions

Server rack in a data center

A server rack in our state-of-the-art data center

Custom Callouts

Information
This is an information callout. Use it to provide additional context or important notes.
Warning
This is a warning callout. Use it to warn users about potential issues or important considerations.
Danger
This is a danger callout. Use it to highlight critical warnings or dangerous actions.
Success
This is a success callout. Use it to highlight successful operations or positive outcomes.
Tip
This is a tip callout. Use it to provide helpful tips and advice.

Two-Column Layout

Left Column

This content appears in the left column. You can put any content here, including lists, images, and more.

  • Item 1
  • Item 2
  • Item 3

Right Column

This content appears in the right column. Two-column layouts are great for comparing things side by side.

On mobile devices, these columns will stack vertically for better readability.

Cards

Card Title

This is a card component. You can use it to group related content in a visually distinct container.

Cards are great for highlighting specific features or information.

Timeline

January 2025

Project Start

We began development on our new platform.

February 2025

Alpha Release

First alpha version released to internal testers.

March 2025

Beta Launch

Beta version made available to select customers.

Conclusion

This guide demonstrates the rich formatting options available in our blog system. Feel free to use these elements to create engaging and visually pleasing content.


For more information, contact our support team or refer to our documentation.